x86: Fix build warning in tables.c when CONFIG_SEABIOS
authorBin Meng <[email protected]>
Sat, 7 May 2016 14:46:11 +0000 (07:46 -0700)
committerBin Meng <[email protected]>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commit5cb0f0dc88f816a08003a06cef8bd5310425e573
tree59b9916c94e4eb0d155d81e18368a6ff2d768ee6
parentb6524477df87eeec436d01dd361017468c7f915f
x86: Fix build warning in tables.c when CONFIG_SEABIOS

The following build warning is seen in tables.c:

  warning: implicit declaration of function 'memalign'

Add the missing header file to fix it.

Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Tested-by: Stefan Roese <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/x86/lib/tables.c